Action

An action providing a response to the SelectClientCertificateCallback.

Constructors

Link copied to clipboard
constructor(consumer: Consumer<Response>)

Functions

Link copied to clipboard
open fun cancel()
Notifies the browser that the SSL authorization should be cancelled.
Link copied to clipboard
Returns true if this action is closed.
Link copied to clipboard
open fun select(clientCertificate: ClientCertificate)
Notifies the browser that the given clientCertificate should be selected.
open fun select(index: Int)
Notifies the browser that the client certificate from the list with the given index should be selected.